object frmSplash: TfrmSplash Left = 345 Top = 255 AlphaBlendValue = 225 BorderStyle = bsNone ClientHeight = 334 ClientWidth = 365 Color = clFuchsia TransparentColor = True TransparentColorValue = clFuchsia ParentFont = True FormStyle = fsStayOnTop KeyPreview = True OldCreateOrder = False Position = poScreenCenter OnPaint = FormPaint PixelsPerInch = 96 TextHeight = 13 object tiSplash: TTimer Enabled = False Interval = 750 OnTimer = tiSplashTimer Left = 36 Top = 24 end end